All Questions
Tagged with programming-logicoptimization
2 questions
3votes
2answers
1kviews
Implementing bussiness logic with a large number of business rules and processes
We are currently working on a project that heavily relies on a database. Among many tables the main focus is on table "data" which is linked to another table "data_type" as many-to-one, which is then ...
8votes
3answers
10kviews
Ordering if conditions for efficiency and clean code [closed]
This is purely a design question and the example is simple to illustrate what I am asking and there are too many permutations of more complex code to provide examples that would cover the topic. I am ...